type runtime.debugLogWriter

10 uses

	runtime (current package)
		debuglog.go#L147: 	w debugLogWriter
		debuglog.go#L410: type debugLogWriter struct {
		debuglog.go#L444: func (l *debugLogWriter) ensure(n uint64) {
		debuglog.go#L460: func (l *debugLogWriter) writeFrameAt(pos, size uint64) bool {
		debuglog.go#L467: func (l *debugLogWriter) writeSync(tick, nano uint64) {
		debuglog.go#L478: func (l *debugLogWriter) writeUint64LE(x uint64) {
		debuglog.go#L492: func (l *debugLogWriter) byte(x byte) {
		debuglog.go#L500: func (l *debugLogWriter) bytes(x []byte) {
		debuglog.go#L512: func (l *debugLogWriter) varint(x int64) {
		debuglog.go#L523: func (l *debugLogWriter) uvarint(u uint64) {